home *** CD-ROM | disk | FTP | other *** search
/ IQ Digizine 2 / IQ Digizine 2.iso / pc / toc.dir / Internal_166.ls < prev    next >
Encoding:
Text File  |  1997-12-08  |  217 b   |  11 lines

  1. on exitFrame
  2.   global IQcursor
  3.   clearCursors()
  4.   repeat with i = 3 to 18
  5.     set the cursor of sprite i to IQcursor
  6.   end repeat
  7.   repeat with i = 29 to 38
  8.     set the cursor of sprite i to IQcursor
  9.   end repeat
  10. end
  11.